export type variantTypes = "h1" | "h2" | "h3" | "paragraph" | "smallParagraph" | "body" | "subtitle"; export type displayTypes = "block" | "inline";