declare const elements: { text: { description: import("@wordpress/i18n").TransformedText<"Manage the fonts used on the site.">; title: import("@wordpress/i18n").TransformedText<"Text">; }; link: { description: import("@wordpress/i18n").TransformedText<"Manage the fonts and typography used on the links.">; title: import("@wordpress/i18n").TransformedText<"Links">; }; heading: { description: import("@wordpress/i18n").TransformedText<"Manage the fonts and typography used on headings.">; title: import("@wordpress/i18n").TransformedText<"Headings">; }; caption: { description: import("@wordpress/i18n").TransformedText<"Manage the fonts and typography used on captions.">; title: import("@wordpress/i18n").TransformedText<"Captions">; }; button: { description: import("@wordpress/i18n").TransformedText<"Manage the fonts and typography used on buttons.">; title: import("@wordpress/i18n").TransformedText<"Buttons">; }; }; interface ScreenTypographyElementProps { element: keyof typeof elements; } declare function ScreenTypographyElement({ element }: ScreenTypographyElementProps): import("react").JSX.Element; export default ScreenTypographyElement; //# sourceMappingURL=screen-typography-element.d.ts.map