import React from 'react'; interface ConfettiProps { trigger: boolean; } declare const Confetti: React.FC; export default Confetti;