import { SVGProps } from 'react'; export interface GABProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * Gabon — GAB icon from flag category * * @example * * */ export declare const GAB: ({ size, ...props }: GABProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=gab.d.ts.map