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