interface Props { size?: number; [key: string]: any; } declare const IconListOl: import("svelte").Component; type IconListOl = ReturnType; export default IconListOl;