import type { ReactNode } from 'react'; import type { SENTIMENTS } from '../../theme'; export declare const ExpandButtonCell: ({ disabled, expandable, toggleRowExpand, sentiment, id, }: { disabled?: boolean; expandable?: ReactNode; toggleRowExpand: () => void; sentiment: (typeof SENTIMENTS)[number]; id: string; }) => import("react").JSX.Element | null; //# sourceMappingURL=ExpandButtonCell.d.ts.map