import { KeysOf, SystemStyleObject } from "../types"; /** * The `css` prop allow you to override styles easily. * It’s like the style attribute, but it supports tokens, media queries, nesting and token-aware values. */ export declare type CSSProp = { css?: SystemStyleObject; }; /** * Style prop names for the `css` prop */ export declare const cssPropName: KeysOf; //# sourceMappingURL=css.d.ts.map