/** Copyright (c) 2018-present, Eaton All rights reserved. This code is licensed under the BSD-3 license found in the LICENSE file in the root directory of this source tree and at https://opensource.org/licenses/BSD-3-Clause. **/ export declare const typography: { fontFamily: string; useNextVariants: boolean; }; export declare const darkText: { primary: string; secondary: string; icon: string; hint: string; }; export declare const input: { bottomLine: string; helperText: string; labelText: string; inputText: string; }; export declare const darkInput: { bottomLine: string; helperText: string; labelText: string; inputText: string; }; export declare const background: { default: string; paper: string; }; export declare const darkBackground: { default: string | undefined; paper: string; appBar: string; }; export declare const action: { active: string; disabled: string; }; export declare const darkAction: { active: string; };