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