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