import * as React from "react"; import { LayoutController } from "./LayoutInternal"; export interface IFloatingWindowContainerProps { controller: LayoutController; } export declare const FloatingWindowContainer: { ({ controller }: IFloatingWindowContainerProps): React.JSX.Element; displayName: string; };