export declare const properties: string[];
export declare const modelProps: string[];
export declare const testProp: any;
export declare const props: any, watch: any, emitProbs: any;
/**
 * `ejs-pager` represents the VueJS Pager Component.
 * ```vue
 * <ejs-pager></ejs-pager>
 * ```
 */
export declare let PagerComponent: any;
export declare type PagerComponent = InstanceType<typeof PagerComponent>;
export declare const PagerPlugin: {
    name: string;
    install(Vue: any): void;
};
