import { CnLayoutSectionProps } from "../../components/cn-layout/index";
import { CnLayoutSectionLowCodeProps } from './type';
export declare const getExtraDom: (props: CnLayoutSectionLowCodeProps) => any;
export declare const getSlotDom: (componentSlot?: any) => any;
export declare const getExtraProps: (props: CnLayoutSectionLowCodeProps) => CnLayoutSectionProps;
