blob: 5b38338baadbc498e2bfb5d450fc122dab055295 [file] [log] [blame]
/// <reference types="react" />
import type { Props } from '@theme/BlogLayout';
export default function BlogLayout(props: Props): JSX.Element;