import { StaticTableFeature } from "@adapttable/react/adapter"; //#region src/find-in-table.d.ts /** * Find-as-you-type over the rendered rows, with MUI's own input and buttons. * * @public */ declare function findInTable(): StaticTableFeature; //#endregion export { findInTable }; //# sourceMappingURL=find-in-table.d.cts.map