import { NPrintPagingMode } from "../print-types"; import { NPrintLodopPagingMode } from "./lodop-print-types"; declare const _default: import("vue").DefineComponent<{ readonly pagingMode: { readonly type: import("vue").PropType; }; readonly customLodop: { readonly type: import("vue").PropType; }; readonly serviceConfig: { readonly type: import("vue").PropType; readonly default: () => { hostname: string; port: number; standbyPort: number; }; }; readonly onClose: { readonly type: import("vue").PropType<(count: number) => void>; readonly default: () => void; }; readonly title: { readonly type: StringConstructor; readonly default: ""; }; readonly size: { readonly type: import("vue").PropType; readonly default: "A4"; }; readonly orientation: { readonly type: import("vue").PropType; readonly default: "portrait"; }; readonly margin: { readonly type: import("vue").PropType; readonly default: "0"; }; readonly padding: { readonly type: import("vue").PropType; readonly default: "0"; }; readonly onError: { readonly type: import("vue").PropType<(error: Error) => void>; readonly default: (error: Error) => never; }; readonly contextSlots: { readonly type: import("vue").PropType<{ default: () => import("vue").VNode[]; header: () => import("vue").VNode[]; toolbar: (props: { print: () => void; }) => import("vue").VNode[]; }>; readonly default: () => {}; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }; readonly customLodop: { readonly type: import("vue").PropType; }; readonly serviceConfig: { readonly type: import("vue").PropType; readonly default: () => { hostname: string; port: number; standbyPort: number; }; }; readonly onClose: { readonly type: import("vue").PropType<(count: number) => void>; readonly default: () => void; }; readonly title: { readonly type: StringConstructor; readonly default: ""; }; readonly size: { readonly type: import("vue").PropType; readonly default: "A4"; }; readonly orientation: { readonly type: import("vue").PropType; readonly default: "portrait"; }; readonly margin: { readonly type: import("vue").PropType; readonly default: "0"; }; readonly padding: { readonly type: import("vue").PropType; readonly default: "0"; }; readonly onError: { readonly type: import("vue").PropType<(error: Error) => void>; readonly default: (error: Error) => never; }; readonly contextSlots: { readonly type: import("vue").PropType<{ default: () => import("vue").VNode[]; header: () => import("vue").VNode[]; toolbar: (props: { print: () => void; }) => import("vue").VNode[]; }>; readonly default: () => {}; }; }>>, { readonly size: import("../print-types").NPrintPageSize; readonly title: string; readonly onClose: (count: number) => void; readonly onError: (error: Error) => void; readonly margin: import("../print-types").NPrintMargin; readonly padding: import("../print-types").NPrintMargin; readonly contextSlots: { default: () => import("vue").VNode[]; header: () => import("vue").VNode[]; toolbar: (props: { print: () => void; }) => import("vue").VNode[]; }; readonly orientation: import("../print-types").NPrintPageOrientation; readonly serviceConfig: import("./lodop-print-types").NPrintCLodopServiceConfig; }>; export default _default;