import { ILayoutOpt } from '../type/largeScreenLayout'; declare const layoutOpts: ILayoutOpt[]; export default layoutOpts; export declare const gisChildLayer: { key: string; title: string; img: any; }[]; export declare const alignList: { title: string; key: string; icon: string; }[];