import { ReactElement } from 'react';
import { WixStyleReactMaskingProviderProps } from './WixStyleReactMaskingProvider.types';
declare const WixStyleReactMaskingProvider: {
    ({ children, }: WixStyleReactMaskingProviderProps): ReactElement;
    displayName: string;
};
export default WixStyleReactMaskingProvider;
//# sourceMappingURL=WixStyleReactMaskingProvider.d.ts.map