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