import { SxProps, Theme } from '@mui/material'; /** * Combines sx props from multiple sources. Useful when creating a component and * you want consumers to be able to provide SxProps that should be combined with * some built-in styles. */ export declare function combineSx(...sxProps: Array | undefined>): SxProps; //# sourceMappingURL=combine-sx.d.ts.map