/** AUTO-GENERATED - DO NOT CHANGE MANUALLY **/ export declare const IllustrationList: readonly ["BabyMobile", "Child", "Doctor", "FacialRecognitionFingerprint", "GiveBabyFood", "HealthcarePersonnel", "ReadLetters", "Stork", "Stroller", "Support2", "Thinking"]; export interface IllustrationSize { small?: string; medium?: string; large?: string; } export declare const IllustrationSizeList: Record; export type IllustrationName = (typeof IllustrationList)[number];