Repository URL to install this package:
import React from "react"; type Props = { onQuit: () => void; }; export declare function WorkLauncher({ onQuit }: Props): React.JSX.Element; export {}; //# sourceMappingURL=WorkLauncher.d.ts.map