import type { SVGProps } from "react"; export interface Arrow03DownIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function Arrow03DownIcon({ className, size, color, ...props }: Arrow03DownIconProps): import("react").JSX.Element; //# sourceMappingURL=arrow-03-down-icon.d.ts.map