/// <reference types="react" />
import './prototypeView.scss';
declare const bundle: ({
    (props: import("./cn-layout-section/type").CnLayoutSectionLowCodeProps): import("react").JSX.Element;
    displayName: string;
} | {
    (props: import("./cn-layout-block/type").CnLayoutBlockLowCodeProps): import("react").JSX.Element;
    typeMark: string;
    displayName: string;
})[];
export default bundle;
