/**
 * Copyright (c) ACT, Inc. and its affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @prettier
 */
import { TypographyVariantsOptions } from '@mui/material/styles';
import { Px } from "../../types";
export declare const primaryFontFamily: string;
export declare const secondaryFontFamily: string;
export declare const tertiaryFontFamily: string;
export interface IFontSize {
    fontSize: number | Px;
    letterSpacing: number | Px;
    lineHeight: number | Px;
}
export declare const BASE_FONT_SIZE: IFontSize;
export declare const INPUT_FONT_SIZE: IFontSize;
declare const typography: TypographyVariantsOptions;
export default typography;
//# sourceMappingURL=typography.d.ts.map