import { FunctionalComponent } from 'vue'; export declare function getSimpleFunctionalComponent(cls: string, el?: string): FunctionalComponent<{ tag?: string; }>;