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