import * as React from 'react'; declare function Pointer(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Pointer; export default Pointer;