import { InputPhoneCountry } from './countries';
type Flags = {
    [key in InputPhoneCountry]: string;
};
export declare const FLAGS_SVG: Flags;
export declare const UNKNOWN_FLAG: string;
export {};
