/*! Strand UI | MIT License | dillingerstaffing.com */ import type { JSX } from "preact"; /** Reference-page chrome: a sidebar and main grid with the blocks that fill it. */ export declare const LabShell: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabSidebar: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabSidebarHead: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabSidebarScroll: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabBrand: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabBrandMark: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabBrandTitle: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabBrandSub: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabSidebarGroup: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabSidebarGroupLabel: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabSidebarGroupList: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabSidebarGroupDot: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabMain: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabHeader: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabHeaderTitle: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabHeaderLead: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabHeaderMeta: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabHeaderMetaItem: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabHeaderMetaLabel: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabHeaderMetaValue: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabTaxonomy: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabTaxonomyTitle: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabTaxonomyList: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabSection: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabSectionHead: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabSectionHeadNote: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabSectionBody: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabExample: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabExampleMeta: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabExampleLabel: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabExampleCode: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabExampleCaption: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export type LabTaxonomyListProps = JSX.HTMLAttributes; export interface LabSidebarGroupLinkProps extends JSX.HTMLAttributes { /** Section anchor, e.g. "#typography". */ href?: string; } /** A sidebar link with its group dot. */ export declare const LabSidebarGroupLink: import("preact").FunctionalComponent & { ref?: import("preact").Ref | undefined; }>; export interface LabExampleDemoProps extends JSX.HTMLAttributes { /** Drop the demo's inset. */ padNone?: boolean; /** Recessed surface instead of white. */ recessed?: boolean; } /** The demo panel of an example. */ export declare const LabExampleDemo: import("preact").FunctionalComponent & { ref?: import("preact").Ref | undefined; }>; //# sourceMappingURL=LabShell.d.ts.map