import React from 'react'; declare const blockquote: (props: any) => React.JSX.Element; export * from './deserializer'; export * from './withBlockquote'; export default blockquote;