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