import { Dict } from "@teste-ui/utils"; import { Transform } from "./types"; export declare const globalSet: Set; export declare function parseGradient(value: string | null | undefined, theme: Dict): string | null | undefined; export declare const isCSSFunction: (value: unknown) => boolean; export declare const gradientTransform: Transform; //# sourceMappingURL=parse-gradient.d.ts.map