import type { STYLE, MARKDOWN } from '@omni-door/utils'; import type { TPLS_ORIGIN_NEW, TPLS_NEW_RETURE } from './templates'; export declare function $new({ ts, test, componentName, stylesheet, newPath, md, type, hasStorybook, tpls }: { ts: boolean; test: boolean; componentName: string; stylesheet: STYLE; newPath: string; md?: MARKDOWN; type: 'fc' | 'cc'; hasStorybook: boolean; tpls?: (tpls: TPLS_ORIGIN_NEW) => TPLS_NEW_RETURE; }): void; export default $new;