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