import React from 'react'; /** * __Expandable cell__ * * A cell with an expand button that controls the expanded state * of the ``. */ declare const ExpandableCell: React.MemoExoticComponent<() => React.JSX.Element>; export default ExpandableCell;