import React, { ReactElement } from 'react'; interface Props { id?: string; title?: string; actions?: Array<{ id?: string; text: React.ReactNode; function: () => void; }>; hasSearch?: boolean; } export declare const TableHeaderContent: (props: Props) => ReactElement; export {}; //# sourceMappingURL=index.d.ts.map