import { type ObjRef } from "@gooddata/sdk-model"; import { type IAttributeWithDisplayForm } from "./types.js"; interface IAttributeUrlSectionOwnProps { attributeDisplayForms: IAttributeWithDisplayForm[]; onSelect: (insightAttributeDisplayForm: ObjRef, drillToAttributeDisplayForm: ObjRef) => void; selected: ObjRef | false; loading?: boolean; } type AttributeUrlSectionProps = IAttributeUrlSectionOwnProps; export declare function AttributeUrlSection({ attributeDisplayForms, loading, selected, onSelect }: AttributeUrlSectionProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=AttributeUrlSection.d.ts.map