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