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