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