import type { UsePrintOptions, UsePrintResult } from "./types.js"; export declare function usePrint(options?: UsePrintOptions): UsePrintResult; //# sourceMappingURL=usePrint.d.ts.map