import { TableAssistantProps } from "@adapttable/react/adapter"; //#region src/assistant.d.ts declare function TableAssistant(props: Readonly): import("react").JSX.Element; /** * Bind this kit's assistant panel to the assistant slot. * * @public */ declare function tableAssistant(): import("@adapttable/react").StaticTableFeature; //#endregion export { TableAssistant, tableAssistant }; //# sourceMappingURL=assistant.d.ts.map