import { HandleExpandDetail } from './types'; import { ObjectForExtending } from '../types/utils.type'; export declare const ExpandDetailButtonComponent: ({ handleExpandRowDetail, row, className, }: { handleExpandRowDetail: HandleExpandDetail | null; row: RowType; className: string; }) => import("react/jsx-runtime").JSX.Element;