import { GitLogProps } from './types';
import { PropsWithChildren } from 'react';
export declare const GitLog: {
    ({ children, ...props }: PropsWithChildren<GitLogProps>): import("react/jsx-runtime").JSX.Element;
    Tags: () => import("react/jsx-runtime").JSX.Element;
    GraphCanvas2D: (props: import('./modules/Graph').Canvas2DGraphProps) => import("react/jsx-runtime").JSX.Element;
    GraphHTMLGrid: (props: import('./modules/Graph').HTMLGridGraphProps) => import("react/jsx-runtime").JSX.Element;
    Table: ({ row, className, styles: styleOverrides, timestampFormat }: import('./modules/Table').TableProps) => import("react/jsx-runtime").JSX.Element;
};
