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