import { DEFAULT_VARIANT_ELEMENTS } from "./constants"; import { AllowedTypographyHTMLElements, TypographyVariantOptions } from "./types"; export declare const getHtmlElementFromHtmlTagProp: (options: typeof DEFAULT_VARIANT_ELEMENTS, htmlTag: AllowedTypographyHTMLElements, variant: TypographyVariantOptions) => AllowedTypographyHTMLElements; //# sourceMappingURL=logic.d.ts.map