export declare const generateJs: (path: string) => Promise; export declare const generateJson: (path: string) => Promise; export declare const generateWxml: (path: string, icon?: string) => Promise; export declare const generateWxss: (path: string, fileName: string) => Promise; export declare const component: (path: string, icon: string, fileName: string) => Promise<[string, string, string, string]>; export default component;