import { FC } from 'react';
import type { MRT_Column, MRT_TableInstance } from '..';
interface Props {
    column: MRT_Column;
    table: MRT_TableInstance;
}
export declare const MRT_FilterCheckbox: FC<Props>;
export {};
