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