import { default as React } from 'react'; import { PropsOf, As } from '../../utils'; import { AnchorProps } from './Anchor'; export type LinkProps = PropsOf | AnchorProps; export declare function Link(props: LinkProps): React.ReactElement> | React.FunctionComponentElement; //# sourceMappingURL=Link.d.ts.map