import type { FC } from 'react'; import type { TypographyProps } from './Typography'; declare const Span: FC; export default Span;