export * from "./consts";
import { FluidTypographyPlugin } from "./plugin";
export * from "./types";
export * from "./utils";
export default FluidTypographyPlugin;
