import { PlanEdge } from '../../types/graphql'; export declare class ManifoldPlanMenu { plans?: PlanEdge[]; selectedPlanId?: string; selectPlan: (planId: string) => void; componentWillLoad(): void; render(): any; }