import { IconProps } from '../lib';
declare function ToggleLeft(props: IconProps): JSX.Element;
export default ToggleLeft;
