import { type FC } from 'react'; declare const Button: FC<{ title: string; }>; export default Button;