import { type FC } from 'react';
declare const DocLayout: FC;
export default DocLayout;
