import React from 'react'; import type { ISection } from '../types'; import type { Layout } from 'publ-echo/dist/lib/GridLayoutEditor/types'; export type LayoutsType = { sm: Layout; lg: Layout; }; declare const _default: React.MemoExoticComponent>>; export default _default;