import { Style } from '../../utils/style'; export declare function generateStates(variantOrder: string[]): { [key: string]: () => Style; };