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