import type { BoxProps } from '@mui/material'; import type { BusyProps } from '@xylabs/react-shared'; import React from 'react'; export interface BusyBoxProps extends BoxProps, BusyProps { background?: boolean; paper?: boolean; } declare const BusyBox: React.FC; export { BusyBox }; //# sourceMappingURL=BusyBox.d.ts.map