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