/*! Strand UI | MIT License | dillingerstaffing.com */ import type { JSX } from "preact"; /** A component that renders one element carrying one base class. */ export declare function styled(tag: keyof JSX.IntrinsicElements, base: string, displayName: string): import("preact").FunctionalComponent> & { ref?: import("preact").Ref | undefined; }>; //# sourceMappingURL=styled.d.ts.map