/// export interface BlockquoteProperties { className?: string; children?: string | JSX.Element | JSX.Element[]; }