import { JSXElementConstructor } from 'react'; export declare type Omit = Pick>; export declare type PartialBy = Omit & Partial>; export declare type CSSProp> = PartialBy, 'css'>, 'css'>;