import { type IAttributeData } from "./types.js"; interface IAttributeItemCellProps { rowIndex: number; attribute: IAttributeData; } export declare function AttributeItem({ rowIndex, attribute }: IAttributeItemCellProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AttributeItem.d.ts.map