import * as React from 'react'; export interface IPaginationBasicExampleState { selectedPageIndex: number; } export declare class PaginationButtonsCustomizationRoundExample extends React.Component<{}, IPaginationBasicExampleState> { constructor(props: {}); render(): JSX.Element; private _onPageChange; }