import * as React from 'react'; import { ITheme } from '../../theming'; interface IBlockProps { withLink?: boolean; withMarker?: boolean; markerColor?: string; title?: React.ReactNode; icon?: React.ReactNode; children?: React.ReactNode; theme: ITheme; } declare const _default: React.ComponentClass & { theme?: {} | undefined; }, React.ComponentState>; export default _default;