import type { AnchorLayout } from './LayoutTypes'; declare const southeast: AnchorLayout; declare const southwest: AnchorLayout; declare const northeast: AnchorLayout; declare const northwest: AnchorLayout; declare const all: () => AnchorLayout[]; declare const allRtl: () => AnchorLayout[]; export { southeast, northeast, southwest, northwest, all, allRtl }; //# sourceMappingURL=LinkedLayout.d.ts.map