import { type FieldProcessor } from '@ephox/boulder'; import type { Optional } from '@ephox/katamari'; import { type SugarElement } from '@ephox/sugar'; import type { AnchorLayout } from '../layout/LayoutTypes'; import type { HasLayoutAnchor } from './Anchoring'; declare const schema: () => FieldProcessor; declare const get: (elem: SugarElement, info: HasLayoutAnchor, defaultLtr: AnchorLayout[], defaultRtl: AnchorLayout[], defaultBottomLtr: AnchorLayout[], defaultBottomRtl: AnchorLayout[], dirElement: Optional>) => AnchorLayout[]; export { schema, get }; //# sourceMappingURL=AnchorLayouts.d.ts.map