import { AppContext } from '../../../appContext';
export declare function createRelationshipMenus({ store }: AppContext, relationshipId?: string): {
    checked: boolean;
    iconName: string;
    name: string;
    onClick: () => void;
}[];
