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