/*! Strand UI | MIT License | dillingerstaffing.com */ import type { JSX } from "preact"; /** A display line over a mono meta row. */ export declare const TypeSpecimen: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const TypeSpecimenMeta: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export type TypeSpecimenProps = JSX.HTMLAttributes; export type TypeSpecimenMetaProps = JSX.HTMLAttributes; //# sourceMappingURL=TypeSpecimen.d.ts.map