import * as React from 'react';
import type { RenderBlockProps } from '../RenderBlock';
export interface LeafBlockFrameProps extends RenderBlockProps {
}
export declare const LeafBlockFrame: React.FC<LeafBlockFrameProps>;
