export interface IKeyDriversPanelProps { detailsId: string; loading?: boolean; } export declare function KeyDriversPanel({ loading, detailsId }: IKeyDriversPanelProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=KeyDriversPanel.d.ts.map