export declare type Omit = Pick>; declare global { namespace JSX { interface IntrinsicAttributes { css?: any; } } }