import React from 'react';
import { CnLayoutSectionLowCodeProps } from './type';
import './view.scss';
declare const CnLayoutSection: {
    (props: CnLayoutSectionLowCodeProps): React.JSX.Element;
    displayName: string;
};
export default CnLayoutSection;
export { CnLayoutSection };
