import { type IAttributeWithDisplayForm } from "./types.js"; export interface IAttributeUrlSectionItemProps { item: IAttributeWithDisplayForm; isSelected: boolean; onClickHandler?: (item: IAttributeWithDisplayForm) => void; } export declare function AttributeUrlSectionItem({ item, onClickHandler, isSelected }: IAttributeUrlSectionItemProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AttributeUrlSectionItem.d.ts.map