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