import type { FieldGroup } from './types.js'; /** * Desired political position — exhaustive list of elected, appointed, and * party positions in the Indian political system. Organized by level * (rural local body → urban local body → state → national → party roles * → constitutional). Respondents select one aspiration. */ export declare const desiredPoliticalPositionOptions: readonly [{ readonly value: "ward_member"; readonly label: "Ward Member / Panch"; }, { readonly value: "sarpanch"; readonly label: "Sarpanch / Village Head"; }, { readonly value: "panchayat_samiti_member"; readonly label: "Panchayat Samiti Member"; }, { readonly value: "block_pramukh"; readonly label: "Block Pramukh / Panchayat Samiti Chairperson"; }, { readonly value: "zila_panchayat_member"; readonly label: "Zila Panchayat / Parishad Member"; }, { readonly value: "zila_pramukh"; readonly label: "Zila Panchayat Chairperson / Zila Pramukh"; }, { readonly value: "municipal_councillor"; readonly label: "Municipal Councillor / Corporator"; }, { readonly value: "deputy_mayor"; readonly label: "Deputy Mayor"; }, { readonly value: "mayor"; readonly label: "Mayor"; }, { readonly value: "municipal_chairperson"; readonly label: "Municipal Chairperson / Nagar Adhyaksha"; }, { readonly value: "mla"; readonly label: "MLA (State Legislative Assembly)"; }, { readonly value: "mlc"; readonly label: "MLC (State Legislative Council)"; }, { readonly value: "state_minister"; readonly label: "State Minister (Cabinet / MoS)"; }, { readonly value: "deputy_cm"; readonly label: "Deputy Chief Minister"; }, { readonly value: "chief_minister"; readonly label: "Chief Minister"; }, { readonly value: "state_speaker"; readonly label: "Speaker / Deputy Speaker (State Assembly)"; }, { readonly value: "state_opposition_leader"; readonly label: "Leader of Opposition (State)"; }, { readonly value: "mp_lok_sabha"; readonly label: "MP (Lok Sabha)"; }, { readonly value: "mp_rajya_sabha"; readonly label: "MP (Rajya Sabha)"; }, { readonly value: "union_minister"; readonly label: "Union Minister (Cabinet / MoS)"; }, { readonly value: "deputy_pm"; readonly label: "Deputy Prime Minister"; }, { readonly value: "prime_minister"; readonly label: "Prime Minister"; }, { readonly value: "lok_sabha_speaker"; readonly label: "Speaker / Deputy Speaker (Lok Sabha)"; }, { readonly value: "opposition_leader"; readonly label: "Leader of Opposition (Lok Sabha)"; }, { readonly value: "booth_worker"; readonly label: "Booth-level Worker"; }, { readonly value: "mandal_president"; readonly label: "Mandal / Block Party President"; }, { readonly value: "district_party_president"; readonly label: "District Party President"; }, { readonly value: "state_party_president"; readonly label: "State Party President"; }, { readonly value: "national_party_president"; readonly label: "National Party President"; }, { readonly value: "party_spokesperson"; readonly label: "Party Spokesperson"; }, { readonly value: "governor"; readonly label: "Governor (State)"; }, { readonly value: "vice_president"; readonly label: "Vice President of India"; }, { readonly value: "president"; readonly label: "President of India"; }, { readonly value: "none"; readonly label: "None — I'm not interested in office"; }, { readonly value: "other"; readonly label: "Other"; }]; /** * Leadership & political skillset — exhaustive list of skills relevant to * Indian political, civic, and activist work. Grouped below thematically * (communication, organizing, strategy, interpersonal, legal/admin, * financial, digital, field work) but flattened in the exported array. */ export declare const leadershipSkillsetOptions: readonly [{ readonly value: "public_speaking"; readonly label: "Public Speaking"; }, { readonly value: "media_handling"; readonly label: "Media Handling / Press Relations"; }, { readonly value: "writing_drafting"; readonly label: "Writing & Drafting (speeches, statements)"; }, { readonly value: "multilingual_communication"; readonly label: "Multilingual Communication"; }, { readonly value: "debate_argumentation"; readonly label: "Debate & Argumentation"; }, { readonly value: "storytelling"; readonly label: "Storytelling & Narrative Building"; }, { readonly value: "social_media_management"; readonly label: "Social Media Management"; }, { readonly value: "community_organizing"; readonly label: "Community Organizing"; }, { readonly value: "grassroots_mobilization"; readonly label: "Grassroots Mobilization"; }, { readonly value: "campaign_management"; readonly label: "Campaign Management"; }, { readonly value: "event_management"; readonly label: "Event Management"; }, { readonly value: "volunteer_management"; readonly label: "Volunteer Management"; }, { readonly value: "crowd_management"; readonly label: "Crowd Management"; }, { readonly value: "door_to_door_canvassing"; readonly label: "Door-to-door Canvassing"; }, { readonly value: "strategic_planning"; readonly label: "Strategic Planning"; }, { readonly value: "policy_research"; readonly label: "Policy Research / Drafting"; }, { readonly value: "political_analysis"; readonly label: "Political Analysis"; }, { readonly value: "data_analytics"; readonly label: "Data Analytics / Voter Analytics"; }, { readonly value: "manifesto_drafting"; readonly label: "Manifesto Drafting"; }, { readonly value: "conflict_resolution"; readonly label: "Conflict Resolution"; }, { readonly value: "negotiation_mediation"; readonly label: "Negotiation & Mediation"; }, { readonly value: "coalition_building"; readonly label: "Coalition Building"; }, { readonly value: "team_leadership"; readonly label: "Team Leadership & Management"; }, { readonly value: "mentorship"; readonly label: "Mentorship & Training"; }, { readonly value: "legal_awareness"; readonly label: "Legal & Election-Law Awareness"; }, { readonly value: "rti_filing"; readonly label: "RTI Filing"; }, { readonly value: "bureaucratic_navigation"; readonly label: "Bureaucratic Navigation"; }, { readonly value: "compliance_documentation"; readonly label: "Compliance & Documentation"; }, { readonly value: "fundraising"; readonly label: "Fundraising"; }, { readonly value: "budget_management"; readonly label: "Budget & Financial Management"; }, { readonly value: "digital_campaigning"; readonly label: "Digital Campaigning"; }, { readonly value: "whatsapp_campaigning"; readonly label: "WhatsApp / Messaging Campaigns"; }, { readonly value: "content_creation"; readonly label: "Content Creation (Video / Design)"; }, { readonly value: "voter_targeting"; readonly label: "Data-driven Voter Targeting"; }, { readonly value: "booth_management"; readonly label: "Booth / Polling Station Management"; }, { readonly value: "voter_registration_drives"; readonly label: "Voter Registration Drives"; }, { readonly value: "crisis_management"; readonly label: "Crisis Management"; }]; export declare const participateOptions: readonly [{ readonly value: "yes_definitely"; readonly label: "Yes, definitely!"; }, { readonly value: "maybe"; readonly label: "Maybe"; }, { readonly value: "not_sure"; readonly label: "Not sure yet"; }, { readonly value: "no"; readonly label: "No"; }]; export declare const politicalExposureOptions: readonly [{ readonly value: "none"; readonly label: "None"; }, { readonly value: "minimal"; readonly label: "Minimal"; }, { readonly value: "moderate"; readonly label: "Moderate"; }, { readonly value: "high"; readonly label: "High"; }, { readonly value: "very_high"; readonly label: "Very High"; }]; export declare const comfortWithVisibilityOptions: readonly [{ readonly value: "very_comfortable"; readonly label: "Very comfortable"; }, { readonly value: "somewhat"; readonly label: "Somewhat"; }, { readonly value: "prefer_behind_scenes"; readonly label: "Prefer behind the scenes"; }, { readonly value: "not_comfortable"; readonly label: "Not comfortable"; }]; export declare const socialInfluenceOptions: readonly [{ readonly value: "very_influential"; readonly label: "Very influential"; }, { readonly value: "somewhat"; readonly label: "Somewhat"; }, { readonly value: "average"; readonly label: "Average"; }, { readonly value: "low"; readonly label: "Low"; }, { readonly value: "not_sure"; readonly label: "Not sure"; }]; export declare const pastExperienceOptions: readonly [{ readonly value: "yes_party_work"; readonly label: "Yes — Party work"; }, { readonly value: "yes_social_work"; readonly label: "Yes — Social work / NGO"; }, { readonly value: "yes_student_politics"; readonly label: "Yes — Student politics"; }, { readonly value: "no_experience"; readonly label: "No experience"; }, { readonly value: "other"; readonly label: "Other"; }]; export declare const leadershipAmbitions: FieldGroup; //# sourceMappingURL=04-leadership.d.ts.map