import { ComponentConfig, HTMLAnyAttributes, Intersection, PolymorphicClassName } from './types'; export declare const getStaticVariants: (config: ComponentConfig) => (string | readonly any[] | import("./types").SerializedStyles)[]; export declare const getDynamicVariants: (config: ComponentConfig) => (props: HTMLAnyAttributes) => any[]; export declare const getIntersectionStyles: (props: Record, intersections?: Intersection[]) => PolymorphicClassName[]; //# sourceMappingURL=utils.d.ts.map