declare const usePrinter: () => { nativePrint: (data: any, callback: (res: any) => void) => void; }; export default usePrinter;