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