import type { ForwardRefExoticComponent, PropsWithChildren, RefAttributes } from 'react'; declare const Page: ForwardRefExoticComponent & RefAttributes>; export { Page };