import { type HTMLChakraProps } from "../../styled-system";
export interface StrongProps extends HTMLChakraProps<"strong"> {
}
export declare const Strong: import("../..").ChakraComponent<"strong", {}>;
