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