export interface WithLoginProps { variant: string; } export declare const WithLogin: ({ variant }: WithLoginProps) => import("react").JSX.Element;