/*! * Copyright © 2018-present Upvest GmbH. All rights reserved. * * License is found in the LICENSE file in the root directory of this source tree. */ import { NestedCSSProperties } from 'typestyle/lib/types'; export declare const fontSize00Light: NestedCSSProperties; export declare const fontSize0Light: NestedCSSProperties; export declare const fontSize1Light: NestedCSSProperties; export declare const fontSize2Light: NestedCSSProperties; export declare const fontSize3Light: NestedCSSProperties; export declare const textSmall: NestedCSSProperties; export declare const textAlignRight: NestedCSSProperties; export declare const textAlignLeft: NestedCSSProperties; export declare const textAlignCenter: NestedCSSProperties; export declare const textNormal: NestedCSSProperties; export declare const textBold: NestedCSSProperties; export declare const textItalic: NestedCSSProperties; export declare const textUppercase: NestedCSSProperties; export declare const textEmphasized: NestedCSSProperties; export declare const noUnderline: NestedCSSProperties; export declare const noWrap: NestedCSSProperties; export declare const normalWhiteSpace: NestedCSSProperties; export declare const wordBreakAll: NestedCSSProperties; export declare const listStyleNone: NestedCSSProperties;