import React from 'react'; interface ConfettiWrapperProps { show: boolean; } declare const ConfettiWrapper: React.FC; export default ConfettiWrapper;