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