import * as React from 'react';
export declare function cssToReactStyle(cssString?: string): React.CSSProperties;
