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