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