import { type AuthPlugin, type AuthPluginProps } from './AuthPlugin';
export type AuthPluginPskProps = AuthPluginProps & {
    /** Custom path to a logo to display on the login screen */
    logoPath?: string;
};
declare const AuthPluginPsk: AuthPlugin;
export default AuthPluginPsk;
//# sourceMappingURL=AuthPluginPsk.d.ts.map