/// type BlockQuoteProps = { children: string | unknown; }; export default function BlockQuote(props: BlockQuoteProps): JSX.Element; export {};