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