/// <reference types="react" />
declare const ToggleLeft: (props: any, ref: any) => JSX.Element;
export default ToggleLeft;
