import { type ReactNode } from "react"; import { type IUiListboxInteractiveItemProps } from "@gooddata/sdk-ui-kit"; import { type IKdaItem } from "../../internalTypes.js"; export declare function KeyDriverItem({ maximum, item, onSelect, isSelected, isFocused }: IUiListboxInteractiveItemProps & { maximum: number; }): ReactNode; //# sourceMappingURL=KeyDriverItem.d.ts.map