declare type StyleObject = Record<string, string>;
export default function StyleToJS(style: string): StyleObject;
export {};
