import { TypographyVariant } from '../components/DataDisplay/Typography/Typography';
import { FormSizeTypes } from '../types/form-types';
export declare const getTypographyVariant: (size: FormSizeTypes) => TypographyVariant;
