///
declare const useExpandable: (props: any) => {
setMode: import("react").Dispatch>;
expandable: any;
childrenColumnName: string;
setChildrenColumnName: import("react").Dispatch>;
expandTableData: (isExpanded: boolean | "toggle") => void;
hasExpandContent: number | false;
};
export default useExpandable;