import { TypographyProps } from "./Typography.types.js";
import * as _$react from "react";

//#region src/components/Typography/Typography.d.ts
declare const Typography: _$react.ForwardRefExoticComponent<TypographyProps & _$react.RefAttributes<HTMLElement | null>>;
//#endregion
export { Typography };
//# sourceMappingURL=Typography.d.ts.map