interface Props { data: any[]; attributes: any; checkedAttributes: string[]; } declare const GeneratedDataTable: ({ data, attributes, checkedAttributes }: Props) => import("react/jsx-runtime").JSX.Element; export default GeneratedDataTable;