import { Component } from 'react';
/**
 * @controlled { "props": ["activePage"], "event": "update", "isInternallyMutated": true }
 */
export declare class DSRPagination extends Component<any> {
    host: HTMLElement;
    render(): JSX.Element;
}
