/*! Strand UI | MIT License | dillingerstaffing.com */ import type { JSX } from "preact"; /** A stage of lines that reveal in sequence. */ export declare const LabRevealStage: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export declare const LabRevealLine: import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; export type LabRevealStageProps = JSX.HTMLAttributes; export type LabRevealLineProps = JSX.HTMLAttributes; //# sourceMappingURL=LabRevealStage.d.ts.map