export declare const DirectPublishingReadResponseModelGenreItem: {
    readonly Fantasy: "Fantasy";
    readonly Romance: "Romance";
    readonly ScienceFiction: "Science Fiction";
    readonly MysteryAndThriller: "Mystery and Thriller";
    readonly ActionAndAdventure: "Action and Adventure";
    readonly Dystopia: "Dystopia";
    readonly BusinessAndEconomics: "Business and Economics";
    readonly Technology: "Technology";
    readonly DetectiveAndCrime: "Detective and Crime";
    readonly Horror: "Horror";
    readonly BiographyAndMemoir: "Biography and Memoir";
    readonly EducationAndLearning: "Education and Learning";
    readonly History: "History";
    readonly ChildrensLiterature: "Children's Literature";
    readonly FairyTalesAndFolklore: "Fairy Tales and Folklore";
    readonly FanFiction: "Fan Fiction";
    readonly GeneralFiction: "General Fiction";
    readonly HealthAndWellness: "Health and Wellness";
    readonly HistoricalFiction: "Historical Fiction";
    readonly Humor: "Humor";
    readonly LiteraryClassics: "Literary Classics";
    readonly Philosophy: "Philosophy";
    readonly Poetry: "Poetry";
    readonly PoliticsAndGovernment: "Politics and Government";
    readonly Psychology: "Psychology";
    readonly ScienceAndNature: "Science and Nature";
    readonly SelfHelp: "Self-Help";
    readonly SpiritualityAndReligion: "Spirituality and Religion";
    readonly Travel: "Travel";
    readonly TrueCrime: "True Crime";
    readonly Other: "Other";
    readonly AdultRomance: "Adult Romance";
};
export type DirectPublishingReadResponseModelGenreItem = (typeof DirectPublishingReadResponseModelGenreItem)[keyof typeof DirectPublishingReadResponseModelGenreItem];
