import React from 'react'; import type { RootProps } from '../../../engines'; import type { FontProps } from '../Typography.types'; export type TypographyOldProps = Omit; export declare const typographyOldRoot: (Root: RootProps) => React.ForwardRefExoticComponent>; //# sourceMappingURL=TypographyOld.d.ts.map