import { type StyleObjectOrFn } from './get-css'; /** * convert custom css properties to emotion css function */ export declare const css: (styles: StyleObjectOrFn) => (theme: Record) => Record;