import * as React from 'react';
export type AnchorViewProps = {};
export declare const AnchorView: React.FC<AnchorViewProps>;
