/// <reference types="react" />
import { CnLayoutBlockLowCodeProps } from './type';
import './view.scss';
declare const CnLayoutBlockProto: {
    (props: CnLayoutBlockLowCodeProps): import("react").JSX.Element;
    typeMark: string;
    displayName: string;
};
export default CnLayoutBlockProto;
