import React from 'react'; import type { RootProps } from '../../engines'; import { FontProps } from './Typography.types'; export declare const typographyRootCompose: (defaultArgs?: { defaultBold?: boolean; type?: string; }) => (Root: RootProps) => React.ForwardRefExoticComponent>; //# sourceMappingURL=Typography.d.ts.map