import { FC } from 'react'; export interface UspProps { items: string[]; } declare const Usp: FC; export default Usp;