/// <reference types="react" />
export * from './type';
export declare const Span: import("react").ForwardRefExoticComponent<import("./type").SpanProps & import("react").RefAttributes<unknown>>;
export default Span;
