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