/** * Provides typographic padding and leading helpers for text content. * @param {typeof import('../core/CustomElement.js').default} Base */ export default function TypographyMixin(Base: typeof import("../core/CustomElement.js").default): typeof import("../core/CustomElement.js").default & import("../core/CustomElement.js").Class<{ delegatesFocus: boolean; }, any[]> & import("../core/CustomElement.js").Class<{ textPadding: string; textPaddingTop: string; textLeading: string; textPaddingBottom: string; }, any[]> & import("../core/CustomElement.js").Class<{ _computedTextPaddingTop: string; _computedTextPaddingBottom: string; _computedTextLeading: string; }, any[]> & import("../core/CustomElement.js").Class<{ _beforeStyle: string; _afterStyle: string; }, any[]>; //# sourceMappingURL=TypographyMixin.d.ts.map