export interface ITextMaskLine {
    separator: string;
    spacing: number;
}
