// @flow import typeof LayoutColumnType from "./LayoutColumn"; import type { Globals } from "../common/common.js.flow"; export type Props = {| ...Globals, type: "Search" | "Booking" | "MMB", children: React$Node, |}; declare export default React$ComponentType; declare export var LayoutColumn: LayoutColumnType;