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