import type { ChemicalElement } from './'; import type { HTMLAttributes } from 'svelte/elements'; type $$ComponentProps = HTMLAttributes & { element: ChemicalElement; }; declare const ElementHeading: import("svelte").Component<$$ComponentProps, {}, "">; type ElementHeading = ReturnType; export default ElementHeading;