export declare const stringifyCss: (style: Record<string, unknown>) => string;
