import * as React from "react"; import { IMajorState } from "./SheetContainer"; export declare class PluginLink extends React.Component<{ id: string; sheetId?: string; url?: string; }, {}> { static contextType: React.Context; private _url; constructor(props: any, context: IMajorState); render(): JSX.Element; }