import type { CSSProperties } from 'react'; export declare const convertCSSToString: (style: CSSProperties) => string;