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