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