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