export declare function buildRule(key: any, value: any): string; export default function styleToCssString(rules: any): string;