import React from 'react'; interface PageNavigationProps { children: React.ReactNode; } declare function PageNavigation(props: PageNavigationProps): JSX.Element; export { PageNavigation };