import { default as React } from 'react';
import { LoginLinkProps } from '../state/types';
export declare function LoginLink({ children, ...props }: LoginLinkProps): React.JSX.Element;
//# sourceMappingURL=LoginLink.d.ts.map