import type React from "react";
interface ResultsTableProps {
    results: any;
}
export declare const ResultsTable: React.FC<ResultsTableProps>;
export {};
