import { CSSProperties } from 'react'; import { SxObject } from '../components/common'; export default function css(sx: SxObject): CSSProperties;