export declare const TYPOGRAPHY_VARIANT_OPTIONS: readonly ["title", "h1", "h2", "h3", "h4", "h5", "h6", "body1", "body2", "subtitle1", "subtitle2", "button", "caption", "tableLabel", "inputLabel", "tabLabel1", "tabLabel2", "chipLabel", "chart1", "chart2", "overline"]; export type TypographyVariant = (typeof TYPOGRAPHY_VARIANT_OPTIONS)[number];