import { CSSProp } from '../index';
/**
 * `css` prop
 */
declare module 'react' {
    interface Attributes {
        css?: CSSProp;
    }
}
