import React from "react";
import { TopContentOptionsType } from "../types";
/**
 * TableTopContent component renders the top section of the table
 * Includes search input, add button, and optional additional components
 * Updated with better dark mode support and improved responsive design
 */
declare const TableTopContent: React.FC<TopContentOptionsType>;
export default TableTopContent;
