import { FC } from 'react';
import type { MRT_Row, MRT_TableInstance } from '..';
interface Props {
    row: MRT_Row;
    table: MRT_TableInstance;
}
export declare const MRT_ExpandButton: FC<Props>;
export {};
