/** * @internal */ export type CssProperty = { key: string; value: string; }; /** * @internal */ export declare const getCssProperty: (key: string, value: string) => CssProperty | null; //# sourceMappingURL=cssProperty.d.ts.map