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