import * as React from 'react';
import type { IMaskedTextFieldProps } from '../TextField.types';
export declare const DEFAULT_MASK_CHAR = "_";
export declare const MaskedTextField: React.FunctionComponent<IMaskedTextFieldProps>;
