import { SyntheticEvent } from 'react'; export interface Props { text: string; style?: any; className?: any; }