import { Content } from '../getContent'; export interface MarkdownRouteProps { markdown: Content; } export declare const ContentPage: (props: MarkdownRouteProps) => JSX.Element;