import React from 'react'; declare const useExpandable: (expandCfg: any, isED?: boolean) => { expandable: any; childrenColumnName: string; setChildrenColumnName: React.Dispatch>; expandTableData: (isExpanded: boolean | 'toggle') => void; hasExpandContent: number | false; }; export default useExpandable;