import { Directive } from './directives'; export declare const createApp: (initialData?: any) => { directive(name: string, def?: Directive | undefined): Directive | any; mount(el?: string | Element | null | undefined): any | undefined; unmount(): void; };