import 'imask';
export { default as IMask } from 'imask';
export { default as IMaskInput } from './input';
export { default as useIMask } from './hook';
export { default as IMaskMixin, type MaskPropsKeys, type ExtractMaskOpts, type ReactElementProps, type ReactMaskProps, type ReactMixinComponent, type IMaskMixinProps, type IMaskInputProps, type ReactMaskOpts, } from './mixin';
//# sourceMappingURL=index.d.ts.map