import { ComponentChildren } from 'preact'; export type BoldProps = { children: ComponentChildren; }; export declare const Bold: import("preact").FunctionalComponent, "ref"> & { ref?: import("preact").Ref | undefined; }>; //# sourceMappingURL=bold.d.ts.map