import type { Options } from 'sass'; import { IExposeItem } from '@/types'; export declare function exposeScssVariable(exposeFilePath: string, options?: Options<'sync'>): IExposeItem[]; export declare function extractTheme(exposeAarry: ReturnType): Record>;