import type { ReactNode } from 'react'; interface TableSectionProps { title: ReactNode; description?: ReactNode; actions?: ReactNode; children: ReactNode; } export declare function TableSection(props: TableSectionProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=table_section.d.ts.map