import React from 'react';
interface LoginDesktopProps {
    classNames: Record<string, any>;
    showActive?: boolean;
    onSubmit: Function;
    hide: Function;
}
export declare const LoginDesktop: React.FC<LoginDesktopProps>;
export {};
