/*! Strand UI | MIT License | dillingerstaffing.com */ import type { JSX } from "preact"; /** The bounded frame an application sits inside; not a content width, use `Container` within it. */ export declare const AppShell: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export type AppShellProps = JSX.HTMLAttributes; //# sourceMappingURL=AppShell.d.ts.map