import { FC } from 'react'; /** * Display a Edit this page link to the page source repository. * In order for this to work, you need to set up the `repository` field in `package.json`. */ export declare const EditPage: FC;