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