export declare const ImageSubStyle: { readonly _2dArtPoster: "2d_art_poster"; readonly _3d: "3d"; readonly _80s: "80s"; readonly Glow: "glow"; readonly Grain: "grain"; readonly HandDrawn: "hand_drawn"; readonly InfantileSketch: "infantile_sketch"; readonly Kawaii: "kawaii"; readonly PixelArt: "pixel_art"; readonly Psychedelic: "psychedelic"; readonly Seamless: "seamless"; readonly Voxel: "voxel"; readonly Watercolor: "watercolor"; readonly BrokenLine: "broken_line"; readonly ColoredOutline: "colored_outline"; readonly ColoredShapes: "colored_shapes"; readonly ColoredShapesGradient: "colored_shapes_gradient"; readonly DoodleFill: "doodle_fill"; readonly DoodleOffsetFill: "doodle_offset_fill"; readonly OffsetFill: "offset_fill"; readonly Outline: "outline"; readonly OutlineGradient: "outline_gradient"; readonly Cartoon: "cartoon"; readonly DoodleLineArt: "doodle_line_art"; readonly Engraving: "engraving"; readonly Flat2: "flat_2"; readonly LineArt: "line_art"; readonly Linocut: "linocut"; readonly BAndW: "b_and_w"; readonly Enterprise: "enterprise"; readonly HardFlash: "hard_flash"; readonly Hdr: "hdr"; readonly MotionBlur: "motion_blur"; readonly NaturalLight: "natural_light"; readonly StudioPortrait: "studio_portrait"; readonly LineCircuit: "line_circuit"; readonly _2dArtPoster2: "2d_art_poster_2"; readonly EngravingColor: "engraving_color"; readonly HandDrawnOutline: "hand_drawn_outline"; readonly Handmade3d: "handmade_3d"; readonly Plastic: "plastic"; readonly Pictogram: "pictogram"; readonly Antiquarian: "antiquarian"; readonly BoldFantasy: "bold_fantasy"; readonly ChildBook: "child_book"; readonly Cover: "cover"; readonly Crosshatch: "crosshatch"; readonly DigitalEngraving: "digital_engraving"; readonly Expressionism: "expressionism"; readonly FreehandDetails: "freehand_details"; readonly Grain20: "grain_20"; readonly GraphicIntensity: "graphic_intensity"; readonly HardComics: "hard_comics"; readonly LongShadow: "long_shadow"; readonly ModernFolk: "modern_folk"; readonly Multicolor: "multicolor"; readonly NeonCalm: "neon_calm"; readonly Noir: "noir"; readonly NostalgicPastel: "nostalgic_pastel"; readonly OutlineDetails: "outline_details"; readonly PastelGradient: "pastel_gradient"; readonly PastelSketch: "pastel_sketch"; readonly PopArt: "pop_art"; readonly PopRenaissance: "pop_renaissance"; readonly StreetArt: "street_art"; readonly TabletSketch: "tablet_sketch"; readonly UrbanGlow: "urban_glow"; readonly UrbanSketching: "urban_sketching"; readonly YoungAdultBook: "young_adult_book"; readonly YoungAdultBook2: "young_adult_book_2"; readonly EveningLight: "evening_light"; readonly FadedNostalgia: "faded_nostalgia"; readonly ForestLife: "forest_life"; readonly MysticNaturalism: "mystic_naturalism"; readonly NaturalTones: "natural_tones"; readonly OrganicCalm: "organic_calm"; readonly RealLifeGlow: "real_life_glow"; readonly RetroRealism: "retro_realism"; readonly RetroSnapshot: "retro_snapshot"; readonly UrbanDrama: "urban_drama"; readonly VillageRealism: "village_realism"; readonly WarmFolk: "warm_folk"; readonly BoldStroke: "bold_stroke"; readonly Chemistry: "chemistry"; readonly ColoredStencil: "colored_stencil"; readonly Cosmics: "cosmics"; readonly Cutout: "cutout"; readonly Depressive: "depressive"; readonly Editorial: "editorial"; readonly EmotionalFlat: "emotional_flat"; readonly MarkerOutline: "marker_outline"; readonly Mosaic: "mosaic"; readonly Naivector: "naivector"; readonly RoundishFlat: "roundish_flat"; readonly SegmentedColors: "segmented_colors"; readonly SharpContrast: "sharp_contrast"; readonly Thin: "thin"; readonly VectorPhoto: "vector_photo"; readonly VividShapes: "vivid_shapes"; readonly EmblemGraffiti: "emblem_graffiti"; readonly EmblemPopArt: "emblem_pop_art"; readonly EmblemPunk: "emblem_punk"; readonly EmblemStamp: "emblem_stamp"; readonly EmblemVintage: "emblem_vintage"; }; export type ImageSubStyle = typeof ImageSubStyle[keyof typeof ImageSubStyle]; export declare function instanceOfImageSubStyle(value: any): boolean; export declare function ImageSubStyleFromJSON(json: any): ImageSubStyle; export declare function ImageSubStyleFromJSONTyped(json: any, ignoreDiscriminator: boolean): ImageSubStyle; export declare function ImageSubStyleToJSON(value?: ImageSubStyle | null): any; export declare function ImageSubStyleToJSONTyped(value: any, ignoreDiscriminator: boolean): ImageSubStyle;