import { PropType } from "vue"; declare const _sfc_main: import("vue").DefineComponent<{ value: { type: PropType; required: true; }; length: { type: PropType; required: true; }; }, { __sfc: boolean; props: Readonly>>; emits: (event: "input", value: number) => void; activeValue: import("vue").WritableComputedRef; onUpdatePage: (index: number) => number | undefined; displayIndex: import("vue").ComputedRef; paginationButtonStyle: string; paginationButtonVariantStyle: Record<"default" | "active", string>; paginationIconStyle: string; paginationStyle: string; paginationGapStyle: Record<"left" | "right", string>; WizIChevronLeft: import("vue").DefineComponent<{}, { __sfc: boolean; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, {}>; WizIChevronRight: import("vue").DefineComponent<{}, { __sfc: boolean; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, {}>; }, {}, {}, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, "input"[], string, Readonly; required: true; }; length: { type: PropType; required: true; }; }>>, {}>; export default _sfc_main;