/*! Strand UI | MIT License | dillingerstaffing.com */ import type { JSX } from "preact"; export interface InstrumentViewportProps extends JSX.HTMLAttributes { /** Subtle grid overlay. */ grid?: boolean; /** Page-filling cabinet (DL 9.3); the host page adds `strand-body--instrument` to body. */ fullBleed?: boolean; } /** * Recessed dark surface for instrument-style content. * * @example * */ export declare const InstrumentViewport: import("preact").FunctionalComponent & { ref?: import("preact").Ref | undefined; }>; //# sourceMappingURL=InstrumentViewport.d.ts.map