import { ForwardRefExoticComponent } from 'react';
import { CnLayoutBlockProps, TypeMark } from './types';
type IBlock = ForwardRefExoticComponent<CnLayoutBlockProps> & TypeMark;
declare const RefBlock: IBlock;
export default RefBlock;
