/*! Strand UI | MIT License | dillingerstaffing.com */ import type { JSX } from "preact"; /** A row of utility specimens, each a cell with code, caption and demo. */ export declare const LabUtilRow: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabUtilCell: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabUtilCellCode: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabUtilCellCaption: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabUtilCellDemo: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabUtilCellBlock: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export type LabUtilRowProps = JSX.HTMLAttributes; export type LabUtilCellProps = JSX.HTMLAttributes; export type LabUtilCellCodeProps = JSX.HTMLAttributes; export type LabUtilCellCaptionProps = JSX.HTMLAttributes; export type LabUtilCellDemoProps = JSX.HTMLAttributes; export type LabUtilCellBlockProps = JSX.HTMLAttributes; //# sourceMappingURL=LabUtilCell.d.ts.map