import type { ShellFocusTool } from './types.js'; interface Props extends ShellFocusTool { } declare const ShellDockTool: import("svelte").Component; type ShellDockTool = ReturnType; export default ShellDockTool; //# sourceMappingURL=ShellDockTool.svelte.d.ts.map