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