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