PreflightControlsWrapper
const PreflightControlsWrapper: React.FC<React.PropsWithChildren<{
isPhone: boolean;
position: "relative" | "absoluteBottom" | "absoluteTop";
shouldCenter: boolean;
}>>;
const PreflightControlsWrapper: React.FC<React.PropsWithChildren<{
isPhone: boolean;
position: "relative" | "absoluteBottom" | "absoluteTop";
shouldCenter: boolean;
}>>;