import { default as React } from 'react'; export type PageProps = React.ComponentPropsWithoutRef<'span'>; /** */ export declare const Page: React.ForwardRefExoticComponent, HTMLSpanElement>, "ref"> & React.RefAttributes>;