import { SxProps } from '@mui/material'; import { Theme } from '../../theme/muiTheme'; declare type SxPropsType = SxProps; export declare const sxToArray: (sx?: SxPropsType) => any[]; export {};