/*! * Copyright © 2018-present Upvest GmbH. All rights reserved. * * License is found in the LICENSE file in the root directory of this source tree. */ /** * The textBody_regularClass creates the regular body copy. */ export declare const textBody_regularClass: string; /** * The textBody_smallClass creates a smaller body copy. */ export declare const textBody_smallClass: string; /** * The textHeading_largeClass creates a large heading. */ export declare const textHeading_largeClass: string; /** * The textHeading_mediumClass creates a medium-sized heading. */ export declare const textHeading_mediumClass: string; /** * The textHeading_smallClass creates a small heading. */ export declare const textHeading_smallClass: string;