import type { ComponentProps, FC } from 'react'; export declare const countryFlagVariants: (props?: ({ size?: "small" | "medium" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type CountryFlagProps = Omit, 'src' | 'alt'>; export declare const CountryFlag: FC;