import React from 'react';
import type { DesktopLayoutProps } from './types';
export declare const DesktopLayout: React.FC<DesktopLayoutProps>;
