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