import * as React from 'react'; import '../styles.scss'; export type TermsBulletProps = { title: string; description: string; }; declare const TermsBullet: React.FC; export default TermsBullet;