import { type SugarElement } from '@ephox/sugar'; declare const anchored: () => (element: SugarElement, available: number) => void; declare const expandable: () => (element: SugarElement, available: number) => void; export { anchored, expandable }; //# sourceMappingURL=MaxHeight.d.ts.map