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