/**
 * PageGlassContainer Component
 *
 * A glass container for full page layouts with enhanced glass effects.
 * Migrated to use OptimizedGlass architecture.
 */
import React from "react";
import { PageGlassContainerProps } from "./types";
/**
 * PageGlassContainer Component
 * Modern implementation using OptimizedGlass with full page layout capabilities
 */
export declare const PageGlassContainer: React.MemoExoticComponent<React.ForwardRefExoticComponent<PageGlassContainerProps & React.RefAttributes<HTMLDivElement>>>;
export default PageGlassContainer;
//# sourceMappingURL=PageGlassContainer.d.ts.map