import React from 'react'; import { Paragraph } from '@digigov/ui/typography/Paragraph'; export const FontWeight = (_: any) => ( <> ds-!-font-weight-regular ds-!-font-weight-bold > ); export default FontWeight;