import { TagProps } from 'antd'; type MemberTagProps = { name: string; cubeName: string; }; export declare function MemberTag({ name, cubeName, ...props }: MemberTagProps & TagProps): import("react/jsx-runtime").JSX.Element; export {};