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