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