import { ATextProps } from './text'; export interface APhoneProps extends ATextProps { /** * 预览时是否添加掩码,默认 false */ mask?: boolean; } declare global { interface AtomicProps { phone: APhoneProps; } } export declare const APhoneComponent: import("../../atomic").AtomicComponent; export declare const APhone: import("../../atomic").Atomic; //# sourceMappingURL=phone.d.ts.map