/** * Parse inline style */ declare function parseInlineStyle(style: string): Record | null; export { parseInlineStyle };