import type { IconProps } from '../../types'; /** * Flags by `Deji.Zeal`: Cape Verde * @see {@link https://www.figma.com/community/file/1088904439772569873/alphabetical-country-flags Alphabetical Country Flags} */ export declare const CapeVerde: import("react").MemoExoticComponent<{ (props: IconProps): import("react").JSX.Element; displayName: string; }>;