declare const ComponentFile: (name: string, typescript: boolean, styling: string, exportType?: string, translations?: boolean) => string; export { ComponentFile };