import { Component } from 'react'; import type { PaginationPageProps } from './props'; /** --- parent: Pagination id: Pagination.Page --- **/ declare class PaginationButton extends Component { static readonly componentId = "Pagination.Page"; static propTypes: import("@instructure/shared-types").PropValidators | React.MouseEvent | React.FocusEvent) => void; screenReaderLabel?: string; }>; static allowedProps: readonly (keyof { children: React.ReactNode; current?: boolean; onClick?: (event: React.KeyboardEvent | React.MouseEvent | React.FocusEvent) => void; screenReaderLabel?: string; })[]; static defaultProps: { current: boolean; }; ref: Element | null; handleRef: (el: Element | null) => void; render(): import("@emotion/react/jsx-runtime").JSX.Element; } export default PaginationButton; export { PaginationButton }; //# sourceMappingURL=index.d.ts.map