export default function useLevel(props: {
    parentId: string;
    depth: number;
}): {};
