import { JsonCustomConvert } from 'json2typescript'; export declare class TextBoxMaskConverter implements JsonCustomConvert { serialize(value: string): string; deserialize(value: string): string; }