import { HeadingProps, HeadingSize } from "./heading.types.js";
import { Heading, HeadingBase } from "./heading.js";
import { H1, H2, H3, H4, H5, H6 } from "./headings.js";
export { H1, H2, H3, H4, H5, H6, Heading, HeadingBase, type HeadingProps, type HeadingSize };
