interface IEmptyAttributeHierarchyInfoProps { onOpenAttributeHierarchyDialog: () => void; } export declare function EmptyAttributeHierarchyInfo({ onOpenAttributeHierarchyDialog }: IEmptyAttributeHierarchyInfoProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=EmptyAttributeHierarchyInfo.d.ts.map