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