import type { RoleConfig } from '../types.js'; interface Props { roles: RoleConfig[]; currentRole: string; currentPath?: string; initial?: boolean; onNavigate?: () => void; onReady?: (controls: { setMobileNavOpen: (next: boolean) => void; getMobileNavOpen: () => boolean; }) => void; } declare const RoleShellBindHarness: import("svelte").Component; type RoleShellBindHarness = ReturnType; export default RoleShellBindHarness; //# sourceMappingURL=role-shell-bind-harness.svelte.d.ts.map