import { CSSProperties } from 'vue';
export declare const maskHeight = "var(--mask-height, 0.15em)";
export declare const maskWidth = "var(--mask-width, 0.5em)";
export declare const mask: string;
export declare const maskSize: string;
export declare const digitFillStyle: CSSProperties;
