import type { ComponentType } from 'react'; import type { BoxProps } from '@mui/material'; type WrapperStyledPropsType = BoxProps; export declare const Wrapper: ComponentType; export {}; //# sourceMappingURL=RippleBox.styled.d.ts.map