/// /** * @deprecated - Use `Span` instead\ * Example: `import Span from '@via-profit/ui-kit/Span'` */ declare const Base: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLSpanElement>, {}>; export default Base;