import type { FieldGroup } from './types.js'; export declare const lgbtqStatementOptions: readonly [{ readonly value: "LGBTQ_EQUAL_RIGHTS"; readonly label: "LGBTQ+ people deserve equal rights"; }, { readonly value: "LGBTQ_SOCIAL_ACCEPTANCE"; readonly label: "Society should accept LGBTQ+ people"; }, { readonly value: "LGBTQ_PRIVATE_MATTER"; readonly label: "It's a private matter"; }, { readonly value: "LGBTQ_SHOULD_NOT_BE_DISCRIMINATED"; readonly label: "They should not face discrimination"; }, { readonly value: "LGBTQ_TRADITION_CONFLICT"; readonly label: "It conflicts with our traditions"; }, { readonly value: "LGBTQ_NOT_COMFORTABLE"; readonly label: "I'm not comfortable with it"; }, { readonly value: "LGBTQ_DONT_KNOW"; readonly label: "I don't know enough about it"; }, { readonly value: "LGBTQ_PREFER_NOT_SAY"; readonly label: "Prefer not to say"; }]; export declare const transgenderStatementOptions: readonly [{ readonly value: "TRANS_CHILD_KEEP_IN_FAMILY"; readonly label: "A transgender child should be kept in the family"; }, { readonly value: "TRANS_EQUAL_RIGHTS"; readonly label: "Transgender people deserve equal rights"; }, { readonly value: "TRANS_PART_OF_NORMAL_SOCIETY"; readonly label: "They are part of normal society"; }, { readonly value: "TRANS_NO_ABANDONMENT"; readonly label: "No one should abandon a transgender family member"; }, { readonly value: "TRANS_ONLY_SPECIAL_COMMUNITY"; readonly label: "They belong to their own special community"; }, { readonly value: "TRANS_UNCOMFORTABLE"; readonly label: "I'm uncomfortable around transgender people"; }, { readonly value: "TRANS_DONT_KNOW"; readonly label: "I don't know enough"; }, { readonly value: "TRANS_PREFER_NOT_SAY"; readonly label: "Prefer not to say"; }]; export declare const casteDiscriminationPlaceOptions: readonly [{ readonly value: "SCHOOL_EDUCATION"; readonly label: "School / Education"; }, { readonly value: "WORKPLACE"; readonly label: "Workplace"; }, { readonly value: "LOCALITY"; readonly label: "Locality / Neighborhood"; }, { readonly value: "GOVT_OFFICES"; readonly label: "Government offices"; }, { readonly value: "MARKET"; readonly label: "Market / Shops"; }, { readonly value: "RELIGIOUS_SPACE"; readonly label: "Religious spaces"; }, { readonly value: "OTHER"; readonly label: "Other"; }]; export declare const animalCrueltyOptions: readonly [{ readonly value: "strongly_against"; readonly label: "Strongly against all forms"; }, { readonly value: "against_but_food"; readonly label: "Against, but accept for food"; }, { readonly value: "neutral"; readonly label: "Neutral"; }, { readonly value: "acceptable_in_tradition"; readonly label: "Acceptable in tradition/culture"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const casteDiscriminationOptions: readonly [{ readonly value: "YES_OFTEN"; readonly label: "Yes, often"; }, { readonly value: "YES_SOMETIMES"; readonly label: "Yes, sometimes"; }, { readonly value: "NO"; readonly label: "No"; }, { readonly value: "PREFER_NOT_SAY"; readonly label: "Prefer not to say"; }]; export declare const genderEqualityOptions: readonly [{ readonly value: "strong_advocate"; readonly label: "Strong advocate for equality"; }, { readonly value: "supportive"; readonly label: "Supportive"; }, { readonly value: "traditional_values"; readonly label: "I prefer traditional values"; }, { readonly value: "no_opinion"; readonly label: "No opinion"; }, { readonly value: "prefer_not_to_say"; readonly label: "Prefer not to say"; }]; export declare const worldView: FieldGroup; //# sourceMappingURL=10-worldview.d.ts.map