import type { OutlineContextType } from '../types.js';
export default function useOutlineContext(): OutlineContextType;
