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