import { SnippetProps } from 'components/Snippet/Snippet'; import { PropsWithChildren } from 'react'; export default function (props: PropsWithChildren): JSX.Element;