export declare const parseCSSProperties: (cssText?: string) => Record<string, {
    desktop?: string;
    tablet?: string;
    mobile?: string;
}>;
