import { LaboratoryHistory, LaboratoryHistoryRequest } from '../../lib/history';
export declare const HistoryOperationItem: (props: {
    historyItem: LaboratoryHistoryRequest;
}) => import("react/jsx-runtime").JSX.Element;
export declare const HistoryGroup: (props: {
    group: {
        date: string;
        items: LaboratoryHistory[];
    };
}) => import("react/jsx-runtime").JSX.Element;
export declare const History: () => import("react/jsx-runtime").JSX.Element;
