import { CommonConfType } from '../../types'; declare function section(conf: CommonConfType): { children: any[]; }; export default section;