import React from 'react';
import type { IconProps } from './icon.props';
export declare const ArrowSidebarLeftOutline: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
export default ArrowSidebarLeftOutline;
