import { TextMaskConfig } from 'angular2-text-mask'; export default function createCurrencyInputMask({ negative }?: { negative?: boolean; }): TextMaskConfig;