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