import { customElement } from "@fluid-topics/ft-wc-utils";
import { FtTypography } from "./ft-typography";
export * from "./ft-typography";
export * from "./ft-typography.styles";
export * from "./ft-typography.properties";
customElement("ft-typography")(FtTypography);