import * as React from 'react'; import { PDFViewerToolbarProps } from './PDFViewerToolbar'; /** * The `Document` is a wrapper to load PDFs and render all the pages */ export declare const PDFViewerTouchToolbar: React.FC;