import { NConnectProps } from 'nsn-model-type';
declare const Logout: {
    confirm: (dispatch: NConnectProps['dispatch'], silent?: boolean | undefined) => void;
};
export { Logout };
