import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface ArrowLeftIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function ArrowLeftIcon({ size, color, style, className, ...props }: ArrowLeftIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ArrowLeftIcon.d.ts.map