/// declare global { namespace JSX { interface IntrinsicElements { 'google-cast-launcher': any; } } } declare const CastButton: { ({ ...props }: { [x: string]: any; }): JSX.Element; propTypes: {}; }; export default CastButton;