import * as React from 'react';
export declare type AnchorProps = React.HTMLProps<HTMLAnchorElement>;
declare const _default: React.MemoExoticComponent<(props: AnchorProps) => JSX.Element>;
export default _default;
