import { type IDashboardTab } from "@gooddata/sdk-model"; interface IDrillTargetTabSelectorProps { tabs: IDashboardTab[]; selectedTabId?: string; onSelect: (tabId: string | undefined) => void; } export declare function DrillTargetDashboardTabSelector({ tabs, selectedTabId, onSelect }: IDrillTargetTabSelectorProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=DrillTargetDashboardTabSelector.d.ts.map