import { DesignerItemContext } from '../../../designer-canvas/src/types';
import { SectionDesignProps } from '../section.props';
export default function (props: SectionDesignProps, designerItemContext: DesignerItemContext): any;
