import { CSSProperties } from 'react'; /** * Converts sx-style objects to CSSProperties. * Note: CSS keyframe animations defined as objects in `animationName` * are no longer supported after Radium removal. Use CSS @keyframes instead. */ export declare function sx2radium(sx: Record | CSSProperties | undefined): CSSProperties; //# sourceMappingURL=sx2radium.d.ts.map