import { type UseMaskT } from '../react-desc-prop-types.js'; export declare const useSSNMask: ((args: UseMaskT.Props) => UseMaskT.OutputT) & { displayName: string; }; export declare const getSSNMaskedValue: (value: string) => string; export declare const UseSSNMaskWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent;