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