import { type DashboardPluginComponentProps } from '@deephaven/dashboard'; export type LinkerPluginProps = Partial; export declare function LinkerPlugin(props: LinkerPluginProps): JSX.Element; export default LinkerPlugin; //# sourceMappingURL=LinkerPlugin.d.ts.map