import { Action } from 'sabar'; declare const _default: (ctx: object, actions: Action) => void; /** * 1. Container should be enclosed by other container entirely. * 2. Container should be on the outer of other container. * 3. The intersection of containers is not allowed. */ export default _default;