import { FunctionComponent } from 'react'; declare const AboutPage: FunctionComponent<{}>; export { AboutPage };