import React from 'react';
export default function UnknownBlock(props: React.PropsWithChildren<unknown>): React.JSX.Element;
