import type { ThemeDescription } from "../../interfaces/general/index.ts"; import type { Adaptive } from "../../interfaces/general/tools/index.ts"; export declare function flatifyTheme(theme: T, removeStates?: (keyof Adaptive)[]): T;