export declare function convertStyle(style?: string): Record<string, string> | undefined;
