export declare const createElement: (elementName: string, tpl?: string, style?: any) => Promise<{}>;
