import React from 'react';
import { IRuntimeBrickRenderProps } from '@chief-editor/runtime';
export declare const BrickRender: React.MemoExoticComponent<(props: IRuntimeBrickRenderProps) => JSX.Element | null>;
