import React from 'react';
import type { IconPropsSVG } from './types';
export declare function MotionOn(props: IconPropsSVG): React.JSX.Element;
