import type { Column } from "../+types";
import type { PathLeaf } from "@1771technologies/lytenyte-shared";
export interface ColumnManagerLeafProps {
    readonly item: PathLeaf<Column<any>>;
}
export declare const Leaf: import("react").ForwardRefExoticComponent<Omit<ColumnManagerLeafProps & import("react").ClassAttributes<HTMLLIElement> & import("react").LiHTMLAttributes<HTMLLIElement>, "ref"> & import("react").RefAttributes<HTMLLIElement>>;
