import { IntegerMask } from '../IntegerMask'; export declare class Factory { create(input: HTMLInputElement, format?: string): IntegerMask; }