import { type FC } from 'react'; import '../../static/style'; declare const DocLayout: FC; export default DocLayout;