import type { InputMaskOptions } from "../InputMask/InputMask.types.js"; export interface InputMaskProps extends Omit, Record { value?: string; } export interface InputMaskChangeDetail { value: string; } export declare function registerInputMaskElement(): CustomElementConstructor | undefined; //# sourceMappingURL=input-mask.d.ts.map