import { FC } from 'react'; import { BoxProps } from '../../types'; export declare const Page: FC;