export declare const PipLayout: {
    Pip: {
        (props: import("./Pip").PipLayoutProps): import("react/jsx-runtime").JSX.Element | null;
        displayName: string;
    };
    Host: {
        (): import("react/jsx-runtime").JSX.Element;
        displayName: string;
    };
    Grid: {
        (props: import("./Grid").PipLayoutGridProps): import("react/jsx-runtime").JSX.Element | null;
        displayName: string;
    };
};
