import { BotsTableProps } from './types';
export declare const BotsTable: ({ children, columns, className }: BotsTableProps) => import("@emotion/react/jsx-runtime").JSX.Element;
