import { CSSProperties } from "react"; export declare const toObject: (style?: string | CSSProperties) => CSSProperties;