import { InputMaskProps } from "../../../index.type";
export declare const isEditable: (mask: InputMaskProps['mask'], pos: number) => boolean;
export declare const getDefaultValue: (mask: InputMaskProps['mask'], placeholderChar: InputMaskProps['placeholderChar']) => string;
