export { Heading } from "./heading";
export type { HeadingProps } from "./heading";
export { Text } from "./text";
export type { TextProps } from "./text";
