import { Theme } from '@mui/material';
import { SxProps } from '@mui/system';
/**
 * Utility to combine multiple SxProps into a single SxProps object that can be passed to a component.
 *
 * See https://github.com/mui/material-ui/issues/29274#issuecomment-953980228
 * @param sxProps
 */
export declare function spreadSx(...sxProps: (SxProps<Theme> | undefined)[]): SxProps<Theme>;
//# sourceMappingURL=spreadSx.d.ts.map