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