import type { ReactElement } from "react";
import type { OptionalChildProps } from "../util/props.js";
export interface StrongProps extends OptionalChildProps {
}
export declare function Strong({ children }: StrongProps): ReactElement;
