import type { ToolbarPortalProps } from '../../ToolbarPortal';
export interface PdfOpenFileButtonPluginProps extends ToolbarPortalProps {
}
declare const PDFOpenFileButtonPlugin: (props: PdfOpenFileButtonPluginProps) => import("react/jsx-runtime").JSX.Element;
export default PDFOpenFileButtonPlugin;
