import { FC } from 'react';
export interface IElevatorAnchorProps {
    link: string;
}
export declare const ElevatorAnchor: FC<IElevatorAnchorProps>;
