import { z } from 'zod'; export declare const Sets: z.ZodArray; icon: z.ZodEnum<{ bible: "bible"; bricks: "bricks"; candle: "candle"; city: "city"; city_light_hill: "city_light_hill"; cross: "cross"; dm_course: "dm_course"; door: "door"; dove: "dove"; fire: "fire"; flower: "flower"; fruit: "fruit"; globe: "globe"; globe_hand: "globe_hand"; grapes: "grapes"; heart: "heart"; heart_person: "heart_person"; heart_tear: "heart_tear"; holding_hands: "holding_hands"; house: "house"; jug: "jug"; man: "man"; money: "money"; money_hand: "money_hand"; net: "net"; ocean: "ocean"; people_heart: "people_heart"; people_holding_hands: "people_holding_hands"; people_multiplying: "people_multiplying"; person_angry: "person_angry"; person_crouching: "person_crouching"; person_crying: "person_crying"; person_healed: "person_healed"; person_heart: "person_heart"; person_mountain: "person_mountain"; person_praying: "person_praying"; person_rock: "person_rock"; river: "river"; scale: "scale"; sheep_goat: "sheep_goat"; sprout: "sprout"; sun: "sun"; three_wheat: "three_wheat"; tree: "tree"; triangle: "triangle"; two_wheat: "two_wheat"; wave: "wave"; woman: "woman"; }>; lessons: z.ZodArray; }, z.core.$strip>>; tag: z.ZodOptional>; }, z.core.$strip>>; export type Sets = z.infer;