/*! Strand UI | MIT License | dillingerstaffing.com */ import type { JSX } from "preact"; /** A dark stage with a glass panel on it. */ export declare const LabGlassStage: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabGlassPanel: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export type LabGlassStageProps = JSX.HTMLAttributes; export type LabGlassPanelProps = JSX.HTMLAttributes; //# sourceMappingURL=LabGlassStage.d.ts.map