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