import type { PerseusInteractiveGraphWidgetOptions } from "../../data-schema"; export type InteractiveGraphPublicWidgetOptions = Pick; export declare function getInteractiveGraphPublicWidgetOptions(options: PerseusInteractiveGraphWidgetOptions): InteractiveGraphPublicWidgetOptions;