export declare function expandStyleKey(key: string): string; export declare function expandStyleValue(value: string): string | number; export declare function expandStyles(styles: Record): Record;