import type { SVGProps } from "react"; export interface Flag03IconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Flag03Icon({ className, size, color, ...props }: Flag03IconProps): import("react").JSX.Element; //# sourceMappingURL=flag-03-icon.d.ts.map