import { type UsePhoneMaskT } from '../react-desc-prop-types.js'; export declare const usePhoneMask: ((args: UsePhoneMaskT.Props) => UsePhoneMaskT.OutputT) & { displayName: string; }; export declare const getPhoneMaskedValue: (value: string, opts?: Omit) => string; export declare const UsePhoneMaskWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent;