import * as React from 'react'; import { MaskedInputProps } from './types'; export declare const MaskedInput: React.FC;