import React from 'react';
declare type Props = {
    children?: React.ReactChild;
    ponyfill?: {
        speechSynthesis: any;
        SpeechSynthesisUtterance: any;
    };
};
declare const Composer: (props: Props) => any;
export default Composer;
//# sourceMappingURL=Composer.d.ts.map