import React from "react"; import { type OperatorModal } from "../OperatorsPage"; type Props = { operatorId?: string; routeModal: OperatorModal; }; export declare const TableOperators: ({ operatorId, routeModal }: Props) => React.JSX.Element; export {};