import type { Theme } from '@mui/material'; import type { BoxlikeComponentProps } from './BoxlikeComponentProps.ts'; declare const mergeBoxlikeStyles: (theme: Theme, props: BoxlikeComponentProps, defaultProps?: BoxlikeComponentProps) => T; export { mergeBoxlikeStyles }; //# sourceMappingURL=mergeBoxlikeStyles.d.ts.map