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