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