export declare class OnboardingItemDescription {
    language: string;
    headline: string;
    details: string;
}
