export declare const tableComponentTemplate: (Pascal: string, camel: string, kebab: string) => string; export declare const formComponentTemplate: (Pascal: string, camel: string, kebab: string) => string;