/// <reference types="react" />
import { UpPDFViewer as UpPDFViewerComponent } from './UpPDFViewer';
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: typeof UpPDFViewerComponent;
};
export default _default;
export declare const General: () => JSX.Element;
export declare const PdfWithScaleOption: () => JSX.Element;
