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