import { type ReactNode } from "react"; import { type IUiListboxInteractiveItemProps } from "@gooddata/sdk-ui-kit"; import { type IKdaTrend } from "../../internalTypes.js"; export declare function TrendItem({ item, onSelect, isSelected, isFocused }: IUiListboxInteractiveItemProps<{ trend: IKdaTrend; driver: number; }>): ReactNode; //# sourceMappingURL=TrendItem.d.ts.map