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