import { BaseRecord, HttpError } from "@refinedev/core";
import { UseTableReturnType } from "@refinedev/react-table";
import { PropsWithChildren } from "react";
type CheckAllProps = PropsWithChildren & {
    table: UseTableReturnType<BaseRecord, HttpError>;
};
export declare const CheckAll: {
    ({ table, children }: CheckAllProps): import("react/jsx-runtime").JSX.Element;
    actions(): void;
};
export {};
//# sourceMappingURL=checkall.d.ts.map