import { ReactElement } from 'react'; import PropTypes from 'prop-types'; import { WixStyleReactMaskingProviderProps } from './WixStyleReactMaskingProvider.types'; declare const WixStyleReactMaskingProvider: { ({ children, }: WixStyleReactMaskingProviderProps): ReactElement; displayName: string; propTypes: { /** any content to be displayed */ children: PropTypes.Requireable; }; }; export default WixStyleReactMaskingProvider; //# sourceMappingURL=WixStyleReactMaskingProvider.d.ts.map