import { ComponentType } from 'react'
import { StandardProps } from './common'
type BlockProps = StandardProps

/**
 * @ignore
 */
declare const Block: ComponentType<BlockProps>
export { Block, BlockProps }
