import { DrillDown } from "./interaction/drillDown"; export declare function plotlib(): { readonly "interaction.drillDown": typeof DrillDown; readonly "mark.sunburst": import("./mark/types").CompositeMarkComponent; };