declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    rotateClockwise: () => void;
} & {
    rotateCounterclockwise: () => void;
} & {
    textSelection: (isTextSelection: boolean) => void;
} & {
    gotoFirstPage: () => void;
} & {
    gotoLastPage: () => void;
} & {
    clickPrint: () => void;
}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
    onRotateClockwise?: (() => any) | undefined;
    onRotateCounterclockwise?: (() => any) | undefined;
    onTextSelection?: ((isTextSelection: boolean) => any) | undefined;
    onGotoFirstPage?: (() => any) | undefined;
    onGotoLastPage?: (() => any) | undefined;
    onClickPrint?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
