import { default as React } from 'react'; export type DesktopProps = React.ComponentPropsWithoutRef<'div'> & { isSimplified?: boolean; }; export declare const DesktopSimplified: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & { isSimplified?: boolean; } & React.RefAttributes>;