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