import type { CreateTamaguiProps, ThemeParsed } from '../types'; export declare function getThemeCSSRules(props: { config: CreateTamaguiProps; themeName: string; theme: ThemeParsed; names: string[]; hasDarkLight?: boolean; useMutatedVariables?: boolean; }): string[]; //# sourceMappingURL=getThemeCSSRules.d.ts.map