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