import { ReactElement } from 'react'; import { _metaKey } from '../private/_constants'; export declare type Css = ReactElement<{ [_metaKey]: string; }>;