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