export interface Country { code: string; name: string; icon: string; callingCode: string; } export declare const SUPPORTED_COUNTRIES: Country[]; export declare const DEFAULT_COUNTRY: Country; export declare const DEFAULT_PHONE_NUMBER: { readable: string; e164: string; valid: boolean; }; export declare const codeBlockLineHeight = 24; //# sourceMappingURL=constants.d.ts.map