import { E_CountryDialCode } from 'src/modules/localization/common/backend/enums';
export type T_CountryCodeSelectorProps = {
    initialCountryCode?: E_CountryDialCode | null;
    onChange?: (selectedCountryCode: string) => void;
    flagSize?: 'lg' | '2x' | '3x' | '4x' | '5x';
    usePortal?: boolean;
};
//# sourceMappingURL=index.d.ts.map