interface TeamMembersListProps { /** * Optional teamId to use instead of context teamId. * Useful when displaying in entity detail page where teamId comes from URL. */ teamId?: string; /** * When true, hides all management actions (invite, change role, remove). * Used for read-only views like in admin panel. */ readOnly?: boolean; } export declare function TeamMembersList({ teamId: propTeamId, readOnly }?: TeamMembersListProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TeamMembersList.d.ts.map