import type { Column } from "../+types.js";
import type { PathBranch, PathLeaf } from "@1771technologies/lytenyte-shared";
export declare function useColumnsFromContext<T>(item: PathBranch<Column<T>> | PathLeaf<Column<T>>): Column<any>[] | Column<T>[];
