export declare class SlickCurrencyMaskOptions { prefix: string; decimal: string; thousands: string; precision: number; allowNegative: boolean; updateOnBlurOnly: boolean; defaultToZero: boolean; constructor(); }