import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const NumberedList: import("svelte").Component; type NumberedList = ReturnType; export default NumberedList; //# sourceMappingURL=numbered-list.svelte.d.ts.map