import { HAREntry } from './types';
export type HarPanelProps = {
    entries: HAREntry[];
    search?: string;
    emptyLabel?: string;
    className?: string;
};
export declare function HarPanel({ entries, search, emptyLabel, className, }: HarPanelProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=HarPanel.d.ts.map