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