/** Validate component name in PascalCase */ export declare function validateComponentName(name: string): boolean; /** * Return the template path passing by argument or the default (internal) one */ export declare function getTemplatePath(template: string, fallback: string): string; //# sourceMappingURL=misc.d.ts.map