import React from 'react';
export declare const Logout: React.FC<{
    /**
     * @deprecated
     * This prop is deprecated and will be removed in the next major version.
     * Components now import their own `Link` directly from `next/link`.
     */
    Link?: React.ComponentType;
    tabIndex?: number;
}>;
//# sourceMappingURL=index.d.ts.map