import { StaticTableFeature } from "@adapttable/react/adapter"; //#region src/print.d.ts /** * A print action, with MUI's own toolbar button. * * @public */ declare function print(onPrint: () => void, printButton?: boolean): StaticTableFeature; //#endregion export { print }; //# sourceMappingURL=print.d.ts.map