import type { Theme } from '@mui/material'; import type { Margin } from './BoxlikeComponentProps.ts'; export declare const calcSpacing: (theme: Theme, values: Margin[]) => string | undefined; //# sourceMappingURL=calcSpacing.d.ts.map