import { type EmptyParamCallback, type ICatalogAttributeData } from "./types.js"; interface IAttributeDropdownBodyProps { items: ICatalogAttributeData[]; isLoading: boolean; onSelect: (item: ICatalogAttributeData) => void; closeDropdown: EmptyParamCallback; } export declare function AttributeDropdownBody({ items, isLoading, closeDropdown, onSelect }: IAttributeDropdownBodyProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AttributeDropdownBody.d.ts.map