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