/// export interface Props { headings: string[]; data: object[]; } declare const _default: (props: Props) => JSX.Element; export default _default;