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