import type * as FigmaExport from '@figma-export/types'; type Options = { output: string; getDirname?: (options: FigmaExport.ComponentOutputterParamOption) => string; getBasename?: (options: FigmaExport.ComponentOutputterParamOption) => string; }; declare const _default: ({ output, getDirname, getBasename, }: Options) => FigmaExport.ComponentOutputter; export default _default; //# sourceMappingURL=index.d.ts.map