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