UNPKG

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