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