import React from "react";
import type { Props } from "./types";
declare const Desktop: ({ children }: Props) => React.JSX.Element;
export default Desktop;
