import { FC } from 'react'; import BodyText, { BodyTextProps } from './BodyText'; const SmallText: FC = ({ ...bodyTextRestProps }) => ( ); export default SmallText;