import type { PropsWithChildren } from 'react';
export declare type TableProviderProps = PropsWithChildren<{
    request: any;
}>;
export default function ChangeLoggingTableProvider(props: TableProviderProps): JSX.Element;
