import type { MantineTheme } from '../../MantineProvider';
import type { MantineStyleProp } from '../Box.types';
export declare function getStyleObject(style: MantineStyleProp | undefined, theme: MantineTheme): React.CSSProperties;
