import React from 'react';
import { SpeechlyProps } from './types';
declare const Speechly: ({ apiKey, fullName, email }: SpeechlyProps) => React.ReactNode;
export default Speechly;
