import React from 'react'; interface WrapperProps { children: React.ReactNode; } declare const WrapperWithQuit: React.FC; export { WrapperWithQuit as Wrapper };