import { type UseRegExpMaskT } from '../react-desc-prop-types.js'; export declare const useRegExpMask: ((args: UseRegExpMaskT.Props) => UseRegExpMaskT.OutputT) & { displayName: string; }; export declare const getRegExpMaskedValue: (value: string, regExp: (string | RegExp)[]) => string; export declare const UseRegExpMaskWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent;